/* css */
a:hover {
  color: #f3242c !important;
}

[onclick] {
  cursor: pointer;
}

.fc::after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 轮播图样式 */
.tempWrap,
.tempWrap *,
.tempWrap div,
.tempWrap ul,
.tempWrap li,
.tempWrap a,
.tempWrap img {
  width: 100%;
  height: 100%;
}

/* 滚动条需要webkit内核 */
::selection {
  color: #fff;
  background-color: #4687f2;
}

::-moz-selection {
  color: #fff;
  background-color: #4687f2;
}

::-webkit-selection {
  color: #fff;
  background-color: #4687f2;
}

::-webkit-scrollbar {
  width: 3px;
  height: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/* 常用样式 */
.mt10 {
  margin-top: 10px;
}

/* 定位条 */
.pos_menu {
  display: flex;
  align-items: center;
}

.pos_menu,
.pos_menu a {
  font-family: MicrosoftYaHei;
  font-size: 0.625vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #333333;
}

.pos_menu a:last-of-type {
  font-family: MicrosoftYaHei;
  font-size: 0.625vw;
  font-weight: normal;
  letter-spacing: 0vw;
  color: #135fb3;
}

.pos_icon {
  width: 0.938vw;
  height: 0.938vw;
  margin-right: 0.417vw;
}

.pos_to {
  margin: 0 0.208vw;
}
